
@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Host+Grotesk', sans-serif;
  background-color: black;
  overflow-x: hidden;
}
  /* untility Classes */
  

 :root{
  --padding-inline-section1:100px;
 }
h1{
  color: white;
  font-size: 7rem;
  font-weight: 400;
  text-transform: uppercase;
}
h2{
  color: white;
}
p {
  font-family: 'Poppins';
  font-size: 1.2rem;
  color: white;

}
a{
  text-decoration: none;
  display: inline-block;
  color: white;
}
ul{
  list-style: none;
}
span{
  color: #00ff00;
  font-weight: 700;
}
.container{
  padding-inline: var(--padding-inline-section1);
  overflow: hidden;
}
.flex{
  display: flex;
  align-items: center;
}
  /* untility Classes */
  /* whatsapp button *//* whatsapp button *//* whatsapp button *//* whatsapp button *//* whatsapp button */
.whatsapp-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  /* border: 0.5px solid #ffffff; */
  background: #000000; /* Black background */
  color: #00ff00;      /* Neon green */
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  box-shadow:0 3px 3px #00ff00;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Hover effect */
.whatsapp-btn:hover {
  background: #00ff00;
  color: #fcfcfc;
  transform: scale(1.08) translateY(-3px);
  /* box-shadow: 0px 6px 15px rgba(0,255,0,0.5); */
  box-shadow:0 3px 3px #fefffe;
}
.whatsapp-btn span:hover{
  color: white;
}
.whatsapp-btn span:focus {
  color: white;
}
/* Focus effect */
.whatsapp-btn:focus {
  outline: none;
  box-shadow:0 3px 3px #00ff00;
}

/* Floating animation */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.whatsapp-btn {
  animation: float 2s infinite;
}
/* whatsapp button *//* whatsapp button *//* whatsapp button *//* whatsapp button *//* whatsapp button */
/* navbar *//* navbar *//* navbar *//* navbar *//* navbar *//* navbar */
.dropmenu-icn{
  display: none;
}
nav {
  background-color: #020202;
  position: fixed;
  padding: 20px 0px;
  top:0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom:0.1px solid #00f000;
}
.main-nav{
  justify-content: space-between;
  left: 0;
  right: 0; /* prevents overflow */
  width: 100%;
}
.company-logo img{
  width: 200px;
}
  
.nav-link {
  flex-basis: 1050px;
}

.nav-link ul{
  justify-content: end;
  gap: 40px;
}

.hover-link{
  font-size:1.2rem ;
  position: relative;
}
  /* hover code */
.hover-link:hover{
  color: #00ff00;
  transition: 0.3s ease-out;
}
.hover-link::before{
  content: "";
  position: absolute;
  width: 0;
  height: 1.5px;
  bottom: -5px;
  left: 0;
  background-color: #00ff00;
  transition: 0.3s ease-in-out;
}
.hover-link:hover::before{
  width: 100%;
}
.bookavisit{
  font-size: 1.2rem;
  background-color: #1fad1f;
  border-radius: 3px;
  font-weight:500 ;
  padding:.4vw 1.5vw;
  box-shadow: 0 0 2px #ffffff;
  transition: 0.4s ease-in-out;
}
.bookavisit:hover{
  background-color: #00ff00;
  color: #ffffff;
}


/* navbar *//* navbar *//* navbar *//* navbar *//* navbar *//* navbar */


/* navbar *//* navbar *//* navbar *//* navbar *//* navbar *//* navbar */


/* Shared-space-hero *//* Shared-space-hero *//* Shared-space-hero *//* Shared-space-hero */

.hero6{

  background-color: #000000;
  border-top: 0.5px solid #00f000;
  margin-bottom: 100px;
}
.private-con-1{
  flex-direction: column;
  margin-top: 20px;
}

.hero6-head{
   margin-top: 170px;
  font-size: 7rem;
  letter-spacing: -10px;
  font-weight: 400;
  color: #4c6843;
}
.hero6-head  span{
  color: #00ff00;
}
.hero6-speech{
  margin-top: 20px;
  color: white;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  line-height: 30px;
}
.booknow2{
  color: white;
  background-color: #26af26;
  border: none;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: .6rem 7rem;
  margin-top: 50px;
  transition: 0.1s ease-in-out;

}
.booknow2:hover{
  color:white;
  background-color:#00ff00 ;

}
/* Shared-space-hero *//* Shared-space-hero *//* Shared-space-hero *//* Shared-space-hero */

/* SLIDER section */
.card-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000000;
  padding: 40px 20px;
  margin-bottom: 100px;
}

.carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}
.carousel-track::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.carousel-card {
  flex: 0 0 auto;
  width: 300px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #222;
  cursor: pointer;
  transition: transform 0.3s;
}
.carousel-card:hover {
  transform: scale(1.03);
}
.carousel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Arrows */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: white;
  font-size: 22px;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.carousel-btn:hover {
  background: rgba(255, 255, 255, 0.6);
  color: black;
}
.carousel-btn.left {
  left: 10px;
}
.carousel-btn.right {
  right: 10px;
}
/* MODAL STYLES */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.modal-image {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(255,255,255,0.2);
}

/* Close button */
.modal-close i{
  position: absolute;
  top: 20px;
  right: 30px;
  color: rgb(255, 0, 0);
  font-size: 1.22rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}

/* Arrows inside modal */
.modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: none;
  font-size: 24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  transition: 0.3s ease;
}
.modal-arrow:hover {
  background: rgba(255,255,255,0.6);
  color: black;
}
.modal-left {
  left: 20px;
}
.modal-right {
  right: 20px;
}

/* SLIDER section */

/* SLIDER section */

  /* INSTA & FACEB-SECT */
  .social-int-section{
    background-color: #00fd1e10;
    padding: 30px 0px;
  }
  .social-int-container{
    flex-direction: column;
  }
  .social-subh1{
    font-size: 5rem;
  }
  .social-subh3{
    color: white;
    margin-top: 10px;
    font-weight: 300;
  }
  .social-subh3 span a{
    color: #00FF00;
    letter-spacing: 5px;
  }

    /* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
  /* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
footer {
  background-color: #11340a68;
  padding: 50px 20px;
  color: white;
  font-family: Arial, sans-serif;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-company-logo {
  flex-direction: column;
  width: 100%;
  gap: 15px;
  flex: 1;
  min-width: 250px;
  max-width: 300px;
}

.footer-sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-section {
  width: 100%;
  flex: 1;
  min-width: 200px;
}

/* Toggle button */
.footer-toggle {
  width: 100%;
  background: none;
  border: none;
  color: #00FF00;
  font-size: 1.4rem;
  text-align: left;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}

.footer-toggle::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 10px;
  transition: transform 0.3s ease;
}

.footer-toggle.active::after {
  transform: rotate(180deg);
}

/* Hidden content on mobile */
.footer-content {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}

.footer-content.open {
  display: flex;
}

.footer-content a,
.footer-content p {
  color: white;
  font-size: 1rem;
  text-decoration: none;
}

.footer-content a:hover {
  color: #00FF00;
}

/* Social icons */
.footer-logo a i {
  font-size: 1.5rem;
  margin-right: 10px;
  color: white;
  transition: color 0.3s ease;
}

.footer-logo a i:hover {
  color: #00FF00;
}
/* sub footer */
.subfooter{
  background-color: #00fd1e10;
  
}
.sub-footer-h3{
  color: white;
  text-align: center;
  font-weight: 300;
  font-size: 0.8rem;
  padding: 10px 0px;
  margin: 0px;
}
/* book-a visit form *//* book-a visit form */
/* book-a visit form *//* book-a visit form */
/* book-a visit form *//* book-a visit form */
/* book-a visit form *//* book-a visit form */
/* form{
  ;
} */

/* .form.main.con{
  position: relative;
  width: 1000px;
  height: 70%;
  
} */
 .hero7{
  position: relative;
 }
.fa-xmark{
  color: #ff0202;
  font-size: 1.2vw;
  position: absolute;
  top: 6%;
  right: 4.5%;
  cursor: pointer;
}
.form-container {
  display: none; /* Hidden by default */
  position: absolute;
  top: 50%;
  left: 50%;
  gap: 50px;
  background-color: rgb(26, 30, 30);
  width: 85%;
  max-width: 1200px;
  min-height: 60%;
  padding: 50px;
  border-top: 3px solid rgb(0, 255, 21);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
  z-index: 101;
  transform: translate(-50%, -50%);
  flex-wrap: wrap;
}
/* hover&java properties */
.hero6.show .form-container {
  display: flex; /* Show when header has 'show' */
}
.hero6::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
  pointer-events: none;
  transition: all 0.5s ease-out;

}
.hero6.show::before{
  display: block;
  pointer-events: auto;

}
 /* right div */
.form-right-container{
  max-width: 55%;
  display: flex;
  flex-direction: column;
  
}
.frc-h1{
  font-size: 2.5rem;
  color: white;
}
.frc-h1 span{
  color: #00f000;
}
.frc-para{
  max-width: 90%;
  margin-top: 10px;
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
}
#inpt, #phone{
  font-size: 1rem;
  margin-top: 30px;
  width: 90%;
  padding: 8px 0px 8px 40px ; 
}
#phone{
  font-size: 0.8rem;
  width: 90%;
  padding: 10px 0px ; 
}
.iti {
    margin-top: 30px;
    width: 100%;
  }
.frc-bttn{
  max-width: 30%;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  color:white;
  background-color: #11b111;
  margin-top: 30px;
  padding: 0.4rem 0rem;
  transition: 0.2s ease-in-out;
}
.frc-bttn:hover{
  background-color:#00f000 ;

}

.inpt-div i{
  position: absolute;
  font-size: 1.2rem;
  color: #00ff00;
  padding:  38px 11px;
}
#inpt, #phone{
  display: inline-block;
  border: 1px solid #cccccc;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out ;
  -moz-transition: all 0.3s ease-in-out ;
  -ms-transition: all 0.3s ease-in-out ;
  transition: all 0.3s ease-in-out ;
}
#inpt:hover, #phone:hover {
  background-color: #07ff0723;
}
#inpt:focus, #phone:focus  {
  border: 1px solid #00ff00
  ;
  outline: none;
  background-color: #07ff0723;
  color: #00ff00;
}
/* right-div */

/* left-div */
.form-left-container{
  display: flex;
  flex-direction: column;
  max-width: 40%;
  height: 90%;
  background-color: #110f0f94;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0 0 5px 3px rgba(22, 255, 1, 0.5);
  margin-top: 60px;
}
.flc-h1{
  font-size: 2.5rem;
  color: white;
}
.flc-para{
  max-width: 90%;
  margin-top: 10px;
  color: white;
  font-size: 1rem;
  font-weight: 500;
}
.ll-h4{
  color: white;
  font-size: 0.8rem;
  font-weight: 100;

}
.ll-h3{
  margin-top: 5px;
  color: white;
  font-size: 1rem;
  font-weight: 100;
}
.r-info-icn{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.r-icn{
  width: 50px;
  height: 50px;
  min-width: 50px; /* prevents shrinking */
  min-height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0; /* don't let it shrink! */
  box-shadow: 0 0 5px rgba(6, 240, 6, 0.823);
}
.r-icn i{
  font-size: 1.5rem;
  color: #00ff00;
  border-radius: 10px;
}
.r-icn i:hover{
  color: #000000;
  background-color: white;
}
.r-info-icn-a{
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  
}
.ll-h4a{
  text-decoration: none;
  list-style: none;
  color: white;
  font-size: .9rem;
}
.ll-h4a span{
  color: #00f000;
}
.r-icn-a {
  display: flex;
  align-items: center;
  justify-content: center;
   width: 50px;
  height: 50px;
  min-width: 50px; /* prevents shrinking */
  min-height: 50px;
  border-radius: 50%;
  background-color:#086a08;
  font-size: 2.2rem;
  color: #f7fff7;
  border-radius: 50px;
}
.r-icn-a:hover{
  color: #00f000;
  background-color: #00f000;
}
.r-icn-a i:hover{
  color: #ffffff;

}
/* left-div */
/* form-type=num sipn remove attribute's */
/* chrome */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin: 0;
}
/* firefox */
input[type="number"]{
  -moz-appearance:textfield;
}
/* form-type=num sipn remove attribute's */
/* bookavisitform *//* bookavisitform *//* bookavisitform *//* bookavisitform *//* bookavisitform *//* bookavisitform */




/* responsive */
/* responsive */
@media screen and (max-width: 991px) {

.hero6-head{
   margin-top: 120px;
  font-size: 6rem;
  letter-spacing: -10px;
  
}
.hero6-head  span{
  color: #00ff00;
}
.hero6-speech{
 margin-top: 10px;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  line-height: 30px;

}
.booknow2{
  margin-top: 40px;
}
  .slider-div-img {
    padding-top: 20px;
  }
  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */
/* social section */

  .social-subh1{
    font-size: 3rem;
  }
  .social-subh3{
    font-size: 1.2rem;
    color: white;
    margin-top: 10px;
    font-weight: 300;
  }
  .social-subh3 span a{
    font-size: 1rem;
    color: #00FF00;
    letter-spacing: 3px;
  }

  /* navbar */
  :root {
    --padding-inline-section1: 60px;
  }
 .dropmenu-icn{
  display: block;
} 
.dropmenu-icn i{
  display: block;
  font-size: 1.6rem;
}
.dropmenu-icn i:hover{
  color: #00FF00;
  transition: 0.3s ease-in-out;
}
.dropmenu-icn i:focus{
  color: #00FF00;
  transition: 0.3s ease-in-out;
}
nav{
   padding: 22px 0px;
   width: 100%;
}

  .main-nav {
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 30px;
  }

  .company-logo img {
    width: 160px;
  }

  .nav-link ul {
    gap: 25px;
  }
  .bookavisit {
    font-size: 1rem;
    padding: 0.6vw 1.2vw;
  }

  /* Optionally show hamburger menu if you want to trigger collapse earlier */


  .nav-link {
    display: none; /* Hide by default — controlled via JS */
    width: 100%;
   
  }

  .show-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #043504f0;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }

  .nav-link ul {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  /* Navbar */
  /* footer */
  .footer-company-logo p{
    max-width: 90%;
    font-size: 1rem
  }
  .link-col-subh2{
  font-size: 1.2rem;
  color: #00FF00;
  font-weight: 5200;

}
.link-col-subh4{
  color: white;
  font-size: 1rem;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}
.link-col-subicn i{
  color: white;
  padding: 0px;
  margin-right: 10px;
  font-size: 1.2rem;
  transition: 0.2s ease-in-out;
}
.link-col{
  position: relative;
  width: 35%
  
}

/* fORM */

.form-container{
    top: 90%;
    left: 52%;
   width: 100%;
    max-width: 90%;
}
 .form-right-container{
  max-width: 100%;
 }
  .form-left-container{
    max-width: 100%;
    margin-top: 0px;
  }

  .frc-para {
    text-align: left;
    font-size: 0.8rem;
  }
  .form-container button {
    width: 100%;
    font-size: 1rem;
    border: none;
  }

  .frc-btn {
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
  }
  .fa-xmark{
  color: #ff0202;
  font-size: 2vw;
  position: absolute;
  top: 6%;
  right: 4.5%;
  cursor: pointer;
}

  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */




}
/* for footer only */
@media (min-width: 992px) {
  .footer-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-company-logo {
    width: 35%;
  }

  .footer-sections {
    flex-direction: row;
    gap: 50px;
    width: 60%;
  }

  .footer-section {
    width: auto;
  }

  .footer-toggle {
    cursor: default;
    font-size: 1.2rem;
  }

  .footer-toggle::after {
    display: none;
  }

  .footer-content {
    display: flex !important;
    padding-left: 0;
  }
}
/* for footer only */
@media (max-width: 768px){
  /* for footer only */
    .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-section, .footer-company-logo {
    width: 100%;
  }

  .footer-logo {
    margin-top: 10px;
  }
  /* for footer only */
}
